home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HaCKeRz Kr0nlcKLeZ 1
/
HaCKeRz Kr0nlcKLeZ.iso
/
chibacity
/
gbbdisk.arj
/
DESTRUCT
/
BOMBTEST.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1994-08-18
|
115 b
|
7 lines
program bomb_test; {Tests the BOMB.TPU unit}
uses bomb;
begin
writeln('Hello, world.');
end.